EmotionsChart

fun EmotionsChart(modifier: Modifier = Modifier, emotion: String, score: String)

Composable that displays a row showing a single emotion and its corresponding score.

Parameters

modifier

Modifier for customizations to the layout.

emotion

The emotion name.

score

The score associated with the emotion.